CN115858078A - Special effect rendering method and device, material manufacturing system, equipment and storage medium - Google Patents

Special effect rendering method and device, material manufacturing system, equipment and storage medium Download PDF

Info

Publication number
CN115858078A
CN115858078A CN202211659429.2A CN202211659429A CN115858078A CN 115858078 A CN115858078 A CN 115858078A CN 202211659429 A CN202211659429 A CN 202211659429A CN 115858078 A CN115858078 A CN 115858078A
Authority
CN
China
Prior art keywords
node
compiling
graph
special effect
file
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202211659429.2A
Other languages
Chinese (zh)
Inventor
武明飞
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Zitiao Network Technology Co Ltd
Original Assignee
Beijing Zitiao Network Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Zitiao Network Technology Co Ltd filed Critical Beijing Zitiao Network Technology Co Ltd
Priority to CN202211659429.2A priority Critical patent/CN115858078A/en
Publication of CN115858078A publication Critical patent/CN115858078A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The embodiment of the disclosure provides a special effect rendering method, a special effect rendering device, a material manufacturing system, equipment and a storage medium. The method comprises the following steps: receiving a starting operation of a target special effect, wherein the starting operation is selected and triggered for a target special effect icon displayed in a screen interface; determining a special effect material included in the target special effect; calling a material colorable file of the special-effect material, wherein the material colorable file is generated by a material making system after a material node graph formed in a material making stage is subjected to graph compiling processing; and rendering the special effect material through the material colorable file, and displaying the rendered target special effect. By using the method, the production means and the compiling means contained in the generation realization of the material colorable file depended on by the rendering are different from the existing production compiling form, and the generation simplicity, the expansibility and the stability of the material colorable file are reflected.

Description

Special effect rendering method and device, material manufacturing system, equipment and storage medium
Technical Field
The disclosed embodiments relate to the technical field of special effect production, and in particular, to a special effect rendering method, a special effect rendering device, a material production system, equipment, and a storage medium.
Background
The special effect is applied to application software such as live broadcast, short video, photographing and the like, and is widely used, and common special effects such as Augmented Reality (AR) special effects are used. When the special effect is used, the special effect needs to be rendered, and the rendering of the special effect needs to display different special effect effects depending on a special effect material. In the development stage of the special effect materials, the development and the manufacture of the special effects also comprise the development and the manufacture of various special effect materials which depend on the special effects.
In the prior art, for the development and manufacture of special effect materials depending on special effects, technicians are often required to perform independent programming development and parameter configuration on each special effect material, and each programmed function is compiled through a compiler according to the parameter configuration to realize the development and the manufacture.
However, the manufacturing method has a high technical threshold, is easy to make mistakes, is limited in applicable population, and is not friendly to designers. Meanwhile, the compiler has the problems of large compiling workload and long compiling time in the compiling stage.
Disclosure of Invention
The embodiment of the disclosure provides a special effect rendering method, a special effect rendering device, a material manufacturing system, equipment and a storage medium, so that a special effect material depended on in special effect rendering is formed through an effective manufacturing and compiling means.
In a first aspect, an embodiment of the present disclosure provides a special effect rendering method, where the special effect rendering method includes:
receiving a starting operation of a target special effect, wherein the starting operation is the selection trigger of a target special effect icon displayed in a screen interface;
determining a special effect material included in the target special effect;
calling a material colorable file of the special-effect material, wherein the material colorable file is generated by a material making system after a material node graph formed in a material making stage is subjected to graph compiling treatment;
and rendering the special effect material through the material colorable file, and displaying the rendered target special effect.
In a second aspect, an embodiment of the present disclosure further provides a special effect rendering apparatus, where the special effect rendering apparatus includes:
the receiving module is used for receiving starting operation of the target special effect, wherein the starting operation is selected and triggered for a target special effect icon displayed in a screen interface;
the determining module is used for determining a special effect material included by the target special effect;
the calling module is used for calling a material colorable file of the special-effect material, wherein the material colorable file is generated after a material making system carries out graph compiling processing on a made material node graph;
and the rendering module is used for rendering the special effect material through the material colorable file and displaying the rendered target special effect.
In a third aspect, an embodiment of the present disclosure further provides a special effect making system, configured to generate a material colorable file of a special effect material provided in the embodiment of the first aspect, where the system includes:
the material manufacturing panel is used for manufacturing the material to be manufactured to form a material node diagram;
and the graph compiling device is used for carrying out graph compiling processing on the formed material node graph when detecting that the material node graph meets graph compiling conditions, and generating a material colorable file corresponding to the material to be made.
In a fourth aspect, an embodiment of the present disclosure further provides an electronic device, where the electronic device includes:
one or more processors;
a storage device to store one or more programs,
when executed by the one or more processors, cause the one or more processors to implement a special effects rendering method as in any embodiment of the invention.
In a fourth aspect, the disclosed embodiments further provide a storage medium containing computer-executable instructions, where the computer-executable instructions, when executed by a computer processor, are configured to perform the special effects rendering method according to any embodiment of the present invention.
The method comprises the steps of firstly receiving a starting operation of a target special effect, wherein the starting operation is selected and triggered for a target special effect icon displayed in a screen interface, and then determining a special effect material included in the target special effect; then, calling a material colorable file of the special-effect material, wherein the material colorable file is generated by a material making system after a material node graph formed in a material making stage is subjected to graph compiling processing; the special effect material is rendered through the material colorable file, and the rendered target special effect is displayed. According to the technical scheme, the dependent special effect material can be determined during special effect rendering, then the material colorable file of the dependent special effect material is called, and finally special effect rendering is achieved based on the called material colorable file. The material can color the whole generation process of the file, and the independent programming development and the parameter configuration before compiling of the special-effect material by technicians are saved. The technical threshold for manufacturing the special-effect material is reduced to a great extent, the applicable crowd for manufacturing the material is expanded, and the design experience of designers in the generation and realization of the material colorable file is improved. Meanwhile, compared with the conventional code compiling, the graph compiling in the technical scheme can also reduce the compiler size and the compiling time. In addition, the technical scheme generates the material colorable file in a convenient material colorable file generation mode, can expand the scope of the manufactured special-effect material, and enriches the special-effect types of the applicable special effects.
Drawings
The above and other features, advantages, and aspects of embodiments of the present disclosure will become more apparent by referring to the following detailed description when taken in conjunction with the accompanying drawings. Throughout the drawings, the same or similar reference numbers refer to the same or similar elements. It should be understood that the drawings are schematic and that elements and features are not necessarily drawn to scale.
Fig. 1 is a schematic flowchart of a special effect rendering method according to an embodiment of the present disclosure;
FIG. 2 is a schematic flow chart illustrating a material colorable file generation logic in a special effect rendering method according to an embodiment of the present disclosure;
FIG. 3 is a schematic diagram illustrating an implementation of a material node graph formed when a material colorable file generation logic is executed in a special effect rendering method according to an embodiment of the present disclosure;
fig. 4 is a schematic diagram illustrating an implementation of a specific generation of a material colorable file when a material colorable file generation logic is executed in a special effect rendering method according to an embodiment of the present disclosure;
fig. 5 is a block diagram illustrating a structure of a special effect rendering apparatus according to an embodiment of the disclosure;
FIG. 6 is a block diagram of a texture creation system according to an embodiment of the present disclosure;
fig. 7 is a schematic structural diagram of an electronic device according to an embodiment of the disclosure.
Detailed Description
Embodiments of the present disclosure will be described in more detail below with reference to the accompanying drawings. While certain embodiments of the present disclosure are shown in the drawings, it should be understood that the present disclosure may be embodied in various forms and should not be construed as limited to the embodiments set forth herein, but rather are provided for a more complete and thorough understanding of the present disclosure. It should be understood that the drawings and the embodiments of the disclosure are for illustration purposes only and are not intended to limit the scope of the disclosure.
It should be understood that the various steps recited in the method embodiments of the present disclosure may be performed in a different order, and/or performed in parallel. Moreover, method embodiments may include additional steps and/or omit performing the illustrated steps. The scope of the present disclosure is not limited in this respect.
The term "include" and variations thereof as used herein are open-ended, i.e., "including but not limited to". The term "based on" is "based at least in part on". The term "one embodiment" means "at least one embodiment"; the term "another embodiment" means "at least one additional embodiment"; the term "some embodiments" means "at least some embodiments". Relevant definitions for other terms will be given in the following description.
It should be noted that the terms "first", "second", and the like in the present disclosure are only used for distinguishing different devices, modules or units, and are not used for limiting the order or interdependence relationship of the functions performed by the devices, modules or units.
It is noted that references to "a", "an", and "the" modifications in this disclosure are intended to be illustrative rather than limiting, and that those skilled in the art will recognize that "one or more" may be used unless the context clearly dictates otherwise.
The names of messages or information exchanged between devices in the embodiments of the present disclosure are for illustrative purposes only, and are not intended to limit the scope of the messages or information.
It is understood that before the technical solutions disclosed in the embodiments of the present disclosure are used, the type, the use range, the use scene, etc. of the personal information related to the present disclosure should be informed to the user and obtain the authorization of the user through a proper manner according to the relevant laws and regulations.
For example, in response to receiving an active request from a user, a prompt message is sent to the user to explicitly prompt the user that the requested operation to be performed would require the acquisition and use of personal information to the user. Thus, the user can autonomously select whether to provide personal information to software or hardware such as an electronic device, an application program, a server, or a storage medium that performs the operations of the disclosed technical solution, according to the prompt information.
As an alternative but non-limiting implementation manner, in response to receiving an active request from the user, the manner of sending the prompt information to the user may be, for example, a pop-up window manner, and the prompt information may be presented in a text manner in the pop-up window. In addition, a selection control for providing personal information to the electronic device by the user's selection of "agreeing" or "disagreeing" can be carried in the pop-up window.
It is understood that the above notification and user authorization process is only illustrative and not limiting, and other ways of satisfying relevant laws and regulations may be applied to the implementation of the present disclosure.
It will be appreciated that the data involved in the subject technology, including but not limited to the data itself, the acquisition or use of the data, should comply with the requirements of the corresponding laws and regulations and related regulations.
Fig. 1 is a flowchart of a special effect rendering method according to an embodiment of the present disclosure, where the embodiment of the present disclosure is applicable to a special effect processing rendering situation, and the method may be executed by a special effect rendering apparatus, and the apparatus may be implemented in a form of software and/or hardware, or optionally implemented by an electronic device, and the electronic device may be a mobile terminal, a PC terminal, or a server.
It should be noted that, in this embodiment, an application product with application with special effect function may be used as a description object, and after the application product is run through triggering of an application icon displayed on the application product, a special effect icon of a special effect application may be displayed in a screen interface presented after the application product is run, so as to be used by a player. Generally, after a special effect is triggered, the relevant special effect content needs to be presented through rendering. The embodiment provides a special effect rendering method, and as shown in fig. 1, the method of the embodiment of the present disclosure may specifically include:
s101, receiving starting operation of the target special effect, wherein the starting operation is selected and triggered for a target special effect icon displayed in a screen interface.
In this embodiment, the target special effect may be considered as any special effect application in an application product, and may be displayed in a screen interface associated with the application product, specifically, presented in the form of a special effect icon.
In practical application, a player may select one of the displayed special effect icons to trigger, and the execution subject of this embodiment may generate a start operation of the special effect application after detecting the trigger of the special effect icon. Wherein the selected special effect can be recorded as a target special effect. This step may receive a start operation of the target special effect.
S102, determining special effect materials included in the target special effect.
In this embodiment, it may be determined that a requirement for rendering the target special effect currently exists in response to the start operation received in the above step, and thus this step may be performed to determine which special effect materials are relied on for performing the target special effect rendering.
In this embodiment, the special effect material may be regarded as basic data on which specific special effect content is presented, and rendering the special effect may be regarded as rendering the special effect material on which the special effect content depends. For a special effect application, the manufacture of the special effect application is equivalent to the manufacture of a special effect material which depends on the special effect application, the manufactured special effect material is presented in a file form, file naming can be carried out through a set naming mode, and the special effect material is associated with the special effect application through a set storage means, so that the special effect which depends on the special effect material can be known after the specific special effect is determined through responding to starting operation.
S103, calling a material colorable file of the special effect material, wherein the material colorable file is generated after a material node graph formed in a material manufacturing stage is subjected to graph compiling processing by a material manufacturing system.
In this embodiment, the material colorable file may be considered as a file formed after the special effect material is manufactured, and the rendering of the special effect material is mainly realized based on the material colorable file.
In this embodiment, the process of making the special effect material is equivalent to the process of generating the colorable material file, and the special effect material may be made by the material making system, that is, the colorable material file may be generated by the material making system. Specifically, when the material fabrication system generates the material colorable file, two stages may be included, namely, first forming a material node map of the special-effect material, and second performing map compiling processing on the material node map. The result file obtained after the graph compilation can be used as a material colorable file.
It should be noted that in a conventional manufacturing process of a special-effect material, a code program of the special-effect material needs to be constructed first in a programming manner, codes related to construction of the special-effect material need to be independently written by a manufacturer, the technical threshold of the process is high, mistakes are easy to make, and the personnel involved in the manufacturing are limited. After the code compiling of the special effect material is completed, the compiled code needs to be compiled, the configuration of parameters needed by compiling needs to be carried out before compiling, and when compiling is carried out, if the code volume is large, the whole compiling workload is large, and the time spent is also long. It can be seen that the conventional special-effect material is not friendly to manufacture and is not beneficial to the low-cost and high-efficiency manufacture of the special-effect material.
The method includes the steps that manufacturing is achieved through a material manufacturing system, the material manufacturing system provides optional material nodes, each material node can be regarded as a code function formed by programming in advance, when a special effect material is manufactured, the code function related to the special effect material can be selected through selecting the material node, then the selected material nodes are connected in a node connection mode, association between the code functions is built, and finally a material node graph is formed.
In connection with the above description, the material manufacturing system may further perform graph compilation on the formed material node map, and the whole graph compilation is optimized correspondingly compared with a conventional compilation means, for example, the structure of the material node map may be optimized first to remove unnecessary compilation, so as to reduce the workload of compilation, and also reduce the compilation time length correspondingly.
And S104, rendering the special effect material through the material colorable file, and displaying the rendered target special effect.
In this embodiment, after the obtained material colorable file is called, the special effect material may be rendered based on the material colorable file, so that the target special effect is rendered, and finally, the target special effect presenting specific special effect content after rendering may be displayed on a screen interface.
In the special effect rendering method provided by this embodiment, a dependent special effect material may be determined during special effect rendering, then a material colorable file of the dependent special effect material is called, and finally special effect rendering is implemented based on the called material colorable file. The material can color the whole generation process of the file, and the independent programming development and the parameter configuration before compiling of the special-effect material by technicians are saved. The technical threshold for manufacturing the special-effect material is reduced to a great extent, the applicable crowd for manufacturing the material is enlarged, and the design experience of designers in the generation and realization of the material colorable file is improved. Meanwhile, compared with the conventional code compiling, the graph compiling in the technical scheme can also reduce the compiler amount and the compiling time. In addition, the technical scheme generates the material colorable file in a convenient material colorable file generation mode, can expand the scope of the manufactured special-effect material, and enriches the special-effect types of the applicable special effects.
As a first optional embodiment of this embodiment, in the special effect rendering method provided by this first optional embodiment, a generation execution logic of a material colorable file is further added, where the generation execution logic may include: operating a material manufacturing system, wherein the material manufacturing system comprises a material manufacturing panel and a graph compiling device; manufacturing a panel through the material, and manufacturing the material of the material to be manufactured to form a material node diagram; and performing graph compiling processing on the formed material node graph by the graph compiling device when detecting that the material node graph meets graph compiling conditions, and generating a material colorable file relative to the material to be made.
In addition, on the basis of the generation logic of the added material colorable file, the first optional embodiment further optimizes and includes detecting the formed material node graph through the graph compiling device; and if the texture node map is a generated new node map, or the texture node map is a manufactured map and the map topological structure is changed, determining that the texture node map meets the map compiling condition.
Fig. 2 is a schematic flow chart illustrating a process of generating a material colorable file in a special effect rendering method according to an embodiment of the present disclosure, and as shown in fig. 2, the process of generating the material colorable file in the special effect rendering method according to the first optional embodiment specifically includes the following steps:
s201, operating a material manufacturing system, wherein the material manufacturing system comprises a material manufacturing panel and a graph compiling device.
In this embodiment, the material manufacturing system may be regarded as application software for manufacturing a special-effect material, and when the application software has a requirement for manufacturing a special-effect material, the application software responds to the trigger of the material manufacturing system to start the operation of the material manufacturing system.
In this embodiment, the material making system may include two parts of execution devices, one part is a material making panel, and is specifically configured to implement the construction of the material node map, and the other part is a map compiling device, and is specifically configured to implement the map compiling process on the material node map.
S202, manufacturing the panel through the material, and manufacturing the material of the material to be manufactured to form a material node graph.
In this embodiment, the material manufacturing panel may be regarded as an operable panel displayed on the screen interface, and a control, a menu bar, an editing area, a parameter configuration area, and the like required for manufacturing a special effect material are displayed in the material manufacturing panel for a manufacturer to perform various operations. Wherein, the material to be manufactured can be regarded as the special-effect material to be manufactured.
For example, the building operation to which this step can respond may include node selection of material nodes, connection lines between the material nodes, parameter configuration of the material nodes, configuration of a compiling environment involved in graph compilation, and the like. In this embodiment, a texture node map including at least one texture node may be formed, and the texture node map may also include a plurality of texture nodes, and the texture nodes are connected to establish a topological relationship.
As an implementation manner, fig. 3 is an implementation schematic diagram of a material node map formed when a material colorable file generation logic is executed in a special effect rendering method according to an embodiment of the present disclosure, and as shown in fig. 3, a panel is made of a material, and a material is made of a material to be made, so as to form the material node map, which specifically includes the following steps:
s2021, displaying a material making panel, wherein the material making panel comprises a making starting control and a material making interface presented in the setting editing area.
In this embodiment, after the material manufacturing system is operated, a material manufacturing panel may be displayed on the screen interface, the displayed material manufacturing panel may include a manufacturing start control, and also include a setting editing region, and a material manufacturing interface for a manufacturer to operate is presented in the setting editing region.
S2022, responding to an operation instruction for material manufacturing, wherein the operation instruction is generated after the manufacturing starting control is triggered.
The operation instruction for manufacturing the material can be responded through the step, and the operation instruction can be generated after triggering the manufacturing starting control. After responding to the operation instruction, the method can be considered to enter a special effect material making mode, so that the construction logic of the special effect material (material to be made) can be executed subsequently.
S2023, executing construction operation of the material to be manufactured, and obtaining a material node graph formed relative to the material to be manufactured after construction is completed, wherein the construction operation comprises the following steps: selecting nodes of target material nodes related to the material to be manufactured, connecting the nodes, configuring node parameters and configuring a compiling environment.
The step can be specifically used for executing the construction operation of the material to be manufactured, and obtaining a material node graph formed relative to the material to be manufactured after construction is completed. The construction operation executed by the embodiment also needs to be triggered by the corresponding function control.
Illustratively, for node selection of a material node in a building operation, the node selection can be realized by triggering a control of adding a node; the connection between the nodes in the construction operation can be realized by triggering the connecting lines of the connecting ports presented on the nodes; the parameter configuration of the nodes in the building operation can be realized by triggering parameter configuration items in a configuration area on a material manufacturing panel.
According to the technical scheme, a visual manufacturing means of the code function related to the special effect material is provided, and compared with the existing code compiling, the manufacturing difficulty is greatly reduced.
Specifically, in one implementation of the building operation, the building operation for executing the material to be manufactured may be optimized as the following steps:
a1 Receive a node add operation, the node add operation being an option to trigger an add node from a menu list included in the materials fabrication interface.
In this embodiment, the material manufacturing interface may be understood as an interface for a manufacturer to operate, where the interface includes a menu list, the menu list includes various triggerable options, and the adding node is one of the options. After the option of adding a node in the menu list is triggered, a node adding operation may be generated, and the generated node adding operation may be received in this step.
b1 Display a node menu list containing node names of at least one created material node.
This step may be performed in response to the received node add operation, and the node menu list may be displayed on the material manufacturing interface. The node menu list can be regarded as an information display list, information display of node names of all material nodes is specifically constructed in advance, and the node names of all material nodes included in the node menu list can be displayed on a material manufacturing interface so that a manufacturer can select the node names according to manufacturing requirements.
c1 Receive a node selection operation that selects a node name for a target material node from the node menu list.
In this embodiment, the material node required by the material to be manufactured may be the target material node, and the manufacturer may search and select the node name of the target material node matched with the material to be manufactured in the node menu list. And selecting the node name of the target material node can form a node selection operation, and the node selection operation can be received in the step.
d1 The target material node is displayed on the material manufacturing interface, and the target material node at least comprises a node connecting port for connecting nodes.
In response to the received node selection operation, the relevant content of the target material node may be called from the repository and presented in a set form on the material generation interface.
In this embodiment, based on the above description of the special effect material making, it can be known that the code writing of the special effect material is required in the conventional making, and in this embodiment, some general basic code functions may be formed in advance to constitute the material node and stored in the setting file library.
After the above description, when a certain material node is selected through the node selection operation, the material node may be regarded as a target material node of a material to be made, and the related code information of the target material node may be acquired from the file library and displayed on the material making interface in a node form that can be presented.
It should be noted that the relevant code information obtained from the file library is not directly presented on the material making interface, but is presented in the form of an information frame containing key information of the code function, and one information frame can be regarded as a material node. In order to facilitate data interaction with code functions representing other material nodes, function interfaces for data interaction are presented on the information frame in a node connection port mode, and therefore the target material node presented through the steps further comprises at least one node connection port used for establishing association with other material nodes.
In this embodiment, one target material node may be one atomic node, or may be a combined node formed by connecting a plurality of atomic nodes, and the atomic nodes in the combined node may be connected by a node connection line.
In this embodiment, the atomic node may be considered as a minimum unit node for code writing, and when the code of the material node is constructed in advance, the formed atomic node is mainly the atomic node, and in practical application, by selecting the atomic node, after a plurality of atomic nodes are connected, a combined node may be formed for storage, and then the combined node may also be directly selected as a material node. Therefore, the target material node added in this embodiment may be an atomic node or a combination node.
The execution of the construction operation realizes the addition of the target material node, and compared with the existing code compiling, the code function required by the material to be manufactured is constructed only by adding the node, so that the manufacturing difficulty is reduced to a great extent, and the manufacturing efficiency of the special-effect material is improved.
In another implementation of the building operation, the building operation for executing the material to be manufactured may be further optimized as the following steps:
a2 Receive a node join operation, the node join operation being to drag a cursor from a first node join port of a first node to a second node join port of a second node, the first node and the second node being selected from the target material nodes displayed in the material fabrication interface.
It can be considered that, when a target material node is present in the material making interface, the connection between the nodes can be realized by the construction operation realization logic.
For example, the step may receive the generated node connection operation, where the node connection operation may be generated when a connection action is monitored, and the connection action may be moving a cursor point in a form of touch or mouse, so that the cursor point slides from a first node connection port to a second node connection port; in addition, the connection action may also be to select a first node connection port and then select a second node connection port, where the first node and the second node are both target material nodes that have been presented in the material making interface, and may be used as the first node or the second node according to an association relationship between the target material nodes.
b2 Node connection lines are presented between the first node connection port and the second node connection port.
A node connection line may be presented between the first node connection port and the second node connection port in response to the node connection operation.
The execution of the construction operation realizes node connection among the target material nodes, in the embodiment, the connection is established for the code functions with association in the special effect material manufacturing in a connection mode, and compared with the existing association through a code compiling mode, the realization mode greatly reduces the manufacturing difficulty of the special effect material and improves the manufacturing efficiency of the special effect material.
In another implementation of the building operation, the building operation for executing the material to be made may be specifically optimized as the following steps:
a3 Receiving a node configuration operation, wherein the node configuration operation is to select any node to be configured from the displayed target material nodes.
The step can receive the generated node configuration operation, and the node configuration operation can be triggered by selecting a node to be configured from target material nodes presented in the material making interface.
b3 Showing each parameter configuration item corresponding to the node to be configured in the node parameter configuration area.
In response to the node configuration operation, in this step, a parameter configuration item corresponding to the node to be configured may be displayed, and the parameter configuration item is displayed in a node parameter configuration area on the material manufacturing panel, where the node parameter configuration area is displayed in a parameter configuration area of the material manufacturing panel. Meanwhile, the parameter configuration item comprises a configuration edit box of each parameter related to the node.
c3 Receiving the editing information input in the parameter configuration item, and using the editing information as the node parameter configuration information of the node to be configured.
In this step, the editing information input by the producer in the editing box corresponding to the parameter configuration item can be received and can be used as the node parameter configuration information of the node to be configured.
In the embodiment, compared with the existing parameter configuration in a code writing form, the parameter configuration item which can be directly edited is provided to guide a manufacturer to perform parameter configuration, and the configuration implementation of the node parameters is effectively simplified.
It can be known that the material making panel further includes a submission control, and triggering of the submission control is equivalent to triggering a submission operation of the material node map, which may be regarded as completion of making the material node map, and the material node map may be regarded as a whole and stored, and may be provided to the map compiling device. The material control panel also comprises a compiling environment configuration area, and a producer can edit the environment information of the compiling environment configuration items presented in the compiling environment configuration area to serve as the compiling environment configuration information depended on by the compiling stage of the material node diagram. The compiling environment configuration information may include information such as compiling precision.
In this embodiment, the following steps S203 to S205 can be realized based on the graph compiling apparatus in the texture creating system. The graph compiling apparatus can perform the graph compiling process on the material node graph satisfying the graph compiling condition.
S203, detecting the formed material node graph through the graph compiling device.
In this embodiment, the graph compiling apparatus in the material manufacturing system may detect a material node graph formed on the material manufacturing panel end, and the content of the detection may specifically be to detect whether the material node graph is a new material node graph that has not been constructed before; and whether the node map of the material is a node map improved on the node map of the old material can be detected.
By detecting the above, it is possible to determine whether or not the material node map satisfies the condition of the map compiling process.
S204, if the texture node map is a generated new node map, or the texture node map is a manufactured map and the map topological structure changes, determining that the texture node map meets the map compiling condition.
In this embodiment, through this step, when it is determined that the material node map is a new node map that does not exist before being generated, it is determined that the material node map satisfies a map compilation condition; alternatively, it may be determined that the texture node map is a topological node improvement on the generated map, and it may also be determined that the texture node map satisfies the map compiling condition. Otherwise, the changed material node map is considered not to meet the map compiling condition.
S205, when the material node graph is detected to meet the graph compiling condition, carrying out graph compiling processing on the formed material node graph to generate a material colorable file corresponding to the material to be made.
It can be known that the material node map formed by the material manufacturing panel is actually a code function topological map containing code function contents, and original code function information cannot be directly used as an executable file for rendering special effect materials, but the original code information needs to be compiled, and a generated executable file can be used for rendering special effect materials.
In this embodiment, the code function information of the special effect material is represented by a material node map, and compiling the code function is correspondingly converted into map compiling processing of the material node map.
For example, by using a graph compiling apparatus, in this step, a compiler matching a compiling environment may be determined, a material node in a material node graph may be abstracted into a compiler by the compiler, the compiler may further abstract an expression and a function, then a syntax tree may be constructed by each compiler, and syntax tree optimization may be performed, so as to reduce a compiling scale, and finally, a graph compiling may be completed by integrating input and output information related to the syntax tree and the material node tree, and an executable file that is compiled into a material colorable file may be obtained.
In the logic implementation of generating a material colorable file for special effect materials provided in this embodiment, the manufacturing means and the compiling means included in the logic implementation are different from the existing manufacturing compiling form, and the whole logic implementation of generating can be implemented by constructing a material node map in the material manufacturing stage by the material manufacturing system, and then directly performing map compiling processing on the material node map in the compiling stage. The material can color the whole generation process of the file, and the independent programming development and the parameter configuration before compiling of the special-effect material by technicians are saved. The technical threshold for manufacturing special-effect materials is reduced to a great extent, and the applicable crowd for manufacturing the materials is expanded. In the whole generation implementation, the expansibility and the stability of a material manufacturing system used as a special-effect material manufacturing tool are met to the maximum extent, and the quick manufacturing of the special-effect material is facilitated.
Fig. 4 is a schematic diagram illustrating an implementation of specifically generating a material colorable file when a material colorable file generation logic is executed in a special effect rendering method according to an embodiment of the present disclosure, as shown in fig. 4, when it is detected that the material node map satisfies a map compiling condition, the graph compiling device performs a map compiling process on the formed material node map to generate a material colorable file corresponding to the material to be manufactured, which specifically includes the following steps:
s2051, calling a graph compiling interface to enter a graph compiling mode and acquiring graph attribute information of the material node graph, wherein the graph attribute information comprises compiling environment configuration information and node related information of each target material node.
In this embodiment, at the data interaction level, the graph compiling apparatus provides the same graph compiling interface externally, and the graph compiling apparatus calls the graph compiling interface exposed by the graph compiling apparatus to enter the graph compiling mode when the graph compiling apparatus compiles the graph of the material node graph.
In this step, graph attribute information of a material node graph transmitted to the graph compiling apparatus through the graph compiling interface may be obtained, where the graph attribute information may include compiling environment configuration information formed in a material node graph production stage, and node-related information of each target material node in the material node graph, where the node-related information may specifically include code function information carried by the target material node, connection information of the target material node, node configuration information of the target material node, and the like.
S2052, building a compiling environment based on the compiling environment configuration information, and determining to execute a compiler matched with the compiling environment.
In this embodiment, after calling the graph compiling interface, a compiling environment required for compiling the material node graph is first constructed based on the compiling environment configuration information associated with the material node graph, and then a compiler matching the compiling environment can be determined from a plurality of compilers included in the graph compiling apparatus as an execution compiler of the material node graph.
S2053, compiling the material node graph based on the node related information by the execution compiler to generate a material colorable file of the material node graph, wherein the compiling comprises: the method comprises the steps of compiler construction, variable conversion, syntax tree construction and optimization.
After the compiler is determined to be executed through the above steps, in this step, the compiler can be executed to implement compilation processing on the texture node map, and the executable file generated after compilation is recorded as the colorable texture file generated relative to the texture node map in this embodiment.
Specifically, in the implementation of performing the compiling process by the compiler, the performed compiling process may include performing compiler construction with respect to the material node map, constructing a compiling context through node-related information of a target material node in the material node map, converting a local variable in a code function corresponding to the target material node into a global variable, and performing syntax tree construction, optimization, and the like on the target material node in the material node map.
In this embodiment, the graph compiling process performed on the material node graph by the graph compiling device realizes the compiling process of the code functions related to the special effect materials, and compared with the conventional code compiling implementation, the context relationship between the code functions related to the special effect materials can be obtained by the node related information in the material node graph in the compiling process, and the code functions to be compiled are maximally decoupled by converting global variables of local variables in the code functions corresponding to the target material nodes, which is more favorable for the construction and optimization of the compiling syntax tree. The whole compiling implementation speed is high, compiling errors are few, and compiling efficiency of special-effect materials in manufacturing is effectively improved.
As one implementation manner, in this embodiment, the compiling, by the execution compiler, the material node map based on the node related information to generate the material colorable file of the material node map may be embodied as the following steps a 4) to c 4):
a4 Through the execution compiler, according to the node-related information, determining a compiler and a compilation dependency relationship of each target material node in the material node graph.
In this embodiment, node-related information of a target material node in a material node diagram provides a code function, node parameter configuration information, and the like related to the target material node, and based on the node-related information, this step may construct a compiler with respect to the target material node, where the compiler may be understood as a minimum whole for compilation, and the compiler may include multiple functional types, and different functional types have different description forms, such as a functional compiler which is described as a section of functional function code, and an expression compiler which may be described as a section of expression code, or a context compiler which may be described as a section of context associated code, or an input/output compiler which may be described as a section of input/output code.
In this embodiment, compilers of different function types all have corresponding compiler templates, and the compiler templates may be filled according to specific contents in the currently formed material node map, so as to form compilers corresponding to the material node map. As described above, the compilation dependencies may then be determined by the node topology relationships between the target material nodes in the material node graph.
For example, in this embodiment, the determining of the compiler and the compiling dependency relationship of each target material node in the material node map according to the node-related information may be specifically optimized as follows:
a41 Traverse each target material node, and obtain each effective node by screening.
In order to ensure the compiling efficiency, in this embodiment, the invalid nodes may be screened out by performing traversal on the target material node in the material node graph in this step, so as to screen out the valid nodes. For example, the invalid node can be removed by deleting the target material node which is incorrectly expressed by the code function logic, so that the scale of the material node participating in compilation is reduced, and the compilation error rate is also reduced.
a42 Node attribute and node topological relation of each effective node are determined through the node related information of each effective node.
In this step, only the valid nodes may be processed, and specifically, the node attributes and the node topology relationship of each valid node may be obtained based on the node-related information.
a43 Based on the node attributes, a matching compiler template is determined for each of the valid nodes, and the variables involved in each of the valid nodes are converted into matching compiler variables.
In this embodiment, the node attribute is equivalent to a function type of a code function related to a given effective node, and a compiler template matched with the effective node can be found in pre-constructed compiler templates with different function types.
And simultaneously, the step can also carry out variable conversion on variables in the code function related to the effective node, and the variables are converted into compiling variables for the construction of a compiler body through a set variable conversion rule.
a44 According to each compiler template and the corresponding compilation variable, a compiler of the corresponding effective node is constructed.
In this embodiment, after the compiler template and the compilation variable corresponding to the effective node are determined, the compilation variable and other key code information related to the effective node may be filled in the compiler template, so as to form a compiler corresponding to the effective node. It should be noted that, according to the code function information specifically related to the effective node, there may be a plurality of compilers, such as an input/output compiler, an expression compiler, and a function compiler.
a45 According to the topological relation of each node, determining the compiling dependency relation between the compiling bodies corresponding to the effective nodes.
In this embodiment, the connection lines between different target material nodes in the material node map formed in the material manufacturing stage represent a node topological relation, the node topological relation includes the directionality of the node connection lines in addition to simple node connection information, and the compiling dependency relationship between the compilers corresponding to the valid nodes is determined by the directionality of the nodes.
In this embodiment, a determination implementation process of a compiler corresponding to a target material node is specifically given, decoupling from whole to zero is considered in the whole process, and finally, code related information related to each material node and an association relationship between nodes are embodied by a compiler and a compilation dependency relationship between compilers, so that a basic data basis is provided for subsequent compilation processing. The above technical implementation of this embodiment is also a core of the graph compiling device for performing graph compiling processing, and can implement flexible and efficient compiling of material nodes.
b4 Compile and generate a target material syntax tree of the material node graph based on the compilation dependency relationships and each of the compilers.
In this embodiment, after determining each compiler associated with the material node map and the compiling dependency relationship between the compilers through the above steps, the compilers may be compiled through this step, and a target material syntax tree corresponding to the material node map may be generated based on the compiling result of the compiler, where the target material syntax tree corresponds to a compiling syntax tree, and the target material syntax tree corresponds to a compiling intermediate result of the material node map and includes key compiling information of the material node map.
It can be appreciated that, in the embodiment, whether a compiler with a compiling error exists can be checked by performing error check on the target material syntax tree, and when the compiler with the compiling error is determined, it can be determined which material node (valid node) has the error by continuing to perform equivalent reasoning.
For example, in this embodiment, the compiling and generating the target material syntax tree of the material node map based on the compiling dependency relationship and each compiler may be embodied as:
b41 Compile the compiler of each effective node to generate corresponding compiled codes.
It can be known that the compiler can execute the code compiling logic as a minimum compiling entity, and the compiling of the compiler in this step can obtain the corresponding generated compiled code.
b42 Screening each of the compiled codes based on the determined compiling context information to determine valid compiled codes.
In this embodiment, the compiling context information may be configured at a compiling environment configuration stage, and in this step, the compiling context information may be directly called, and meanwhile, the compiling context information may be used to perform error screening on a compiled code formed after compiling, so as to finally determine an effective compiled code. The screening that can be performed through the compiling context includes whether there is a compiling code with the same compiling content, and may also include whether the current compiling precision meets the set compiling precision.
The step is equivalent to compiling optimization in the compiling process, the whole compiling scale can be compressed, and compared with the existing compiling implementation, the method is more favorable for fast implementation of compiling processing.
b43 Summarizing each effective compiling code, and generating a target material syntax tree of the material node graph by combining the compiling dependency relationship.
In this step, the determined effective compiling codes may be summarized, and then a syntax tree is constructed based on the determined compiling dependency relationship, where the constructed syntax tree is recorded as a target material syntax tree in this embodiment.
c4 The target material syntax tree is used as a compiling intermediate result of the material node graph, and the determined input and output information is combined for integrated compiling to generate a material colorable file of the material to be made.
In this embodiment, the target material syntax tree may be specifically considered as a compiling intermediate result of the material node map, and cannot be used as a final result to form an executable file, and input/output information to be included in the material node map to be produced is also required to be added, where the input/output information may be specifically included in the relevant code information of the material node in the material node map production phase, and an input/output compiler may be correspondingly formed in the compiler construction phase, and an execution timing of the compiler may be considered as when the final result of the generated target material syntax tree is output, that is, the operation of the input/output compiler may be realized by this step, so as to realize the conversion from the target material syntax tree to the final result.
In the above embodiment, the graph compiling apparatus is provided to implement the compiling process of the material node graph, compared with the existing compiling, the present embodiment considers the separation of the material code compiling and compiling, introduces the concept of the compiler in the compiling stage, and decouples the compiling process of the code by decomposing the whole material node graph into a plurality of compilers, thereby reducing the whole complexity of the compiling to the maximum extent and simultaneously performing the compiling context. The abstraction of the compiling variables can also maximize the effective optimization of the compiling processing result.
As described above, for example, in this embodiment, the target material syntax tree may be used as a compiling intermediate result of the material node map, and the integration and compilation may be performed in combination with the determined input and output information, so as to generate the material colorable file of the material to be manufactured specifically as follows:
c41 The target material syntax tree is used as the compiled intermediate result of the material node graph.
Illustratively, the target material grammar tree may be marked as a compiled intermediate result of the material node graph.
c42 According to the node-related information, determining input and output information of the screened effective nodes in the material node diagram to form an input and output compiler.
In this embodiment, the input/output information of the valid node also represents the node-related information of the texture node map, and in this step, the input/output information of the valid node may be filled according to a given input/output compiler template, so as to generate an input/output compiler with respect to the valid node.
c43 In conjunction with a given colorable compiler template, forming a material colorable file for the material node graph based on the compiled intermediate results and the input-output compiler.
In this embodiment, the compiling intermediate result may be embedded into the input/output compiler and filled into a given colorable compiler template, and then the compiling operation on the filled compiler template may finally output an executable file with a set format, where the executable file is used as a material colorable file of the material node map.
The technical implementation provides the conversion implementation of the target material syntax tree to the material colorable file, and provides a mode for generating the material colorable file.
As a second optional embodiment of this embodiment, the following operations may be further optimized and added in the execution process of the material colorable file generation logic:
a5 When the compiler in the target material syntax tree is in a compiling running state, extracting compiling running information, and summarizing the compiling running information to form a compiling log file.
In the step, the compiled motion information can be extracted in the process of compiling and running each compiler, so that a compiling log file is formed. The compiling log file can be used as compiling record information for subsequent information consultation of the compiling processing process of the material node graph.
b5 Carrying out compiling error detection according to the compiling operation information, and displaying the detected compiling error information in a set visual format.
The step can directly detect the compiling error of the compiling running information, if the compiling error information is detected, the compiling error reminding can be directly carried out, illustratively, the information can be displayed in a set visual format to realize the error reminding, and the step can display which compiling bodies have errors, which stage of the compiling has errors and the like.
The technical scheme of the embodiment provides specific implementation of compiling log generation and compiling error display, embodies the error detection convenience of the graph compiling processing mode provided by the embodiment, and solves the problem that compiling error positioning cannot be effectively carried out in the conventional compiling implementation.
Fig. 5 is a block diagram of a structure of a special effect rendering apparatus according to an embodiment of the disclosure, and as shown in fig. 5, the special effect rendering apparatus according to the embodiment may include: a receiving module 31, a determining module 32, a calling module 33 and a rendering module 34.
The receiving module 31 is configured to receive a starting operation of a target special effect, where the starting operation is a selection trigger on a target special effect icon displayed in a screen interface;
a determining module 32, configured to determine a special effect material included in the target special effect;
a calling module 33, configured to call a material colorable file of the special-effect material, where the material colorable file is generated by a material making system after performing graph compilation processing on a made material node graph;
and the rendering module 34 is configured to render the special effect material through the material colorable file, and display a rendered target special effect.
The special effect rendering device provided by the embodiment of the disclosure can determine a special effect material depended on when special effect rendering is carried out, then the material colorable file of the depended special effect material is called, and finally the special effect rendering is realized based on the called material colorable file. The material can color the whole generation process of the file, and the independent programming development and the parameter configuration before compiling of the special-effect material by technicians are saved. The technical threshold for manufacturing the special-effect material is reduced to a great extent, the applicable crowd for manufacturing the material is enlarged, and the design experience of designers in the generation and realization of the material colorable file is improved. Meanwhile, compared with the conventional code compiling, the graph compiling in the technical scheme can also reduce the compiler amount and the compiling time. In addition, the technical scheme generates the material colorable file in a convenient material colorable file generation mode, can expand the scope of the manufactured special-effect material, and enriches the special-effect types of the applicable special effects.
The embodiment of the disclosure further provides a material manufacturing system, which is used for generating a material colorable file of the special effect material in the special effect rendering method provided by the embodiment of the disclosure. Fig. 6 is a block diagram of a texture creating system according to an embodiment of the present disclosure, and as shown in fig. 6, the texture creating system includes: the panel 41 and the graph compiling apparatus 42 are made of materials.
The material manufacturing panel 41 is used for manufacturing a material to be manufactured to form a material node diagram;
and the graph compiling device 42 is configured to, when detecting that the material node graph satisfies a graph compiling condition, perform graph compiling on the formed material node graph, and generate a material colorable file for the material to be produced.
In the material manufacturing system provided in this embodiment, the manufacturing means and the compiling means included in the realization of generating the material colorizable file are different from the existing manufacturing and compiling form, and the whole generation realization can construct and form the material node map in the material manufacturing stage first, and then can directly perform map compiling processing on the material node map in the compiling stage. The material can color the whole generation process of the file, and the independent programming development and the parameter configuration before compiling of the special-effect material by technicians are saved. The technical threshold for manufacturing the special-effect material is reduced to a great extent, the applicable crowd for manufacturing the material is enlarged, and the design experience of designers in the generation and realization of the material colorable file is improved. Meanwhile, compared with the conventional code compiling, the graph compiling in the technical scheme can also reduce the compiler amount and the compiling time. In addition, the technical scheme generates the material colorable file in a convenient material colorable file generation mode, can expand the category of the manufactured special-effect material, and enriches the special-effect types of the applicable special effects.
Further, the material making panel 41 may include:
the display module is used for displaying a material manufacturing panel, and the material manufacturing panel comprises a manufacturing starting control and a material manufacturing interface presented in the set editing area;
the response module is used for responding to an operation instruction for material manufacturing, and the operation instruction is generated after triggering the manufacturing starting control;
the construction execution module is used for executing construction operation of the material to be manufactured;
the graph forming module is used for obtaining a material node graph formed by the built material relative to the material to be manufactured, and the building operation comprises the following steps: selecting nodes of target material nodes related to the material to be manufactured, connecting the nodes, configuring node parameters and configuring a compiling environment.
Further, the build execution module may specifically be configured to:
receiving a node adding operation, wherein the node adding operation is an option for triggering node addition from a menu list included in the material manufacturing interface;
displaying a node menu list, wherein the node menu list comprises node names of at least one created material node;
receiving a node selection operation, wherein the node selection operation is to select a node name of a target material node from the node menu list;
displaying the target material node on the material manufacturing interface, wherein the target material node at least comprises a node connecting port for connecting nodes;
wherein the target material node is presented on the material making interface by a single atomic node; or, the target material node is presented on the material making interface as a combined node, and the combined node comprises at least two atomic nodes and a related node connecting line.
Further, the build execution module may be further configured to:
receiving a node connecting operation, wherein the node connecting operation is that a cursor is dragged to a second node connecting port of a second node from a first node connecting port of a first node, and the first node and the second node are selected from all target material nodes displayed in a material manufacturing interface;
a node connection line is presented between the first node connection port and the second node connection port.
Further, the build execution module may also be configured to:
receiving a node configuration operation, wherein the node configuration operation is to select any node to be configured from all displayed target material nodes;
displaying each parameter configuration item corresponding to the node to be configured in a node parameter configuration area;
receiving editing information input in the parameter configuration item, and using the editing information as node parameter configuration information of the node to be configured;
and the node parameter configuration area is presented in a parameter configuration area of the material manufacturing panel.
Further, the image compiling device in the system may be further configured to:
detecting the formed material node graph;
and if the texture node map is a generated new node map, or the texture node map is a manufactured map and the map topological structure is changed, determining that the texture node map meets the map compiling condition.
Further, the image compilation device may include:
the calling module is used for calling a graph compiling interface to enter a graph compiling mode and acquiring graph attribute information of the material node graph, wherein the graph attribute information comprises compiling environment configuration information and node related information of each target material node;
the compiler determination module is used for constructing a compiling environment based on the compiling environment configuration information and determining that a compiler is matched with the compiling environment to execute;
a compiling module, configured to compile, by the execution compiler, the material node map based on the node-related information to generate a material colorable file of the material node map, where the compiling includes: compiler construction, variable conversion, syntax tree construction and optimization.
Further, the compiling module may specifically include:
a relationship determining unit, configured to determine, by the execution compiler, a compiler and a compilation dependency relationship of each target material node in the material node map according to the node-related information;
the compiling execution unit is used for compiling and generating a target material syntax tree of the material node diagram based on the compiling dependency relationship and each compiler;
and the compiling and integrating unit is used for integrating and compiling the target material syntax tree as a compiling intermediate result of the material node graph by combining with the determined input and output information to generate a material colorable file of the material to be made.
Further, the relationship determination unit may specifically be configured to:
traversing each target material node, and screening to obtain each effective node;
determining the node attribute and the node topological relation of each effective node according to the node related information of each effective node;
determining a matched compiler template for each effective node according to each node attribute, and converting variables related to each effective node into matched compiled variables;
according to each compiler template and the corresponding compilation variable, a compiler of the corresponding effective node is formed;
and according to the topological relation of each node, determining the compiling dependency relation among the compiling bodies corresponding to the effective nodes.
Further, the compiling execution unit may specifically be configured to:
compiling the compiler of each effective node to generate a corresponding compiled code;
screening each compiling code based on the determined compiling context information to determine effective compiling codes;
and summarizing the effective compiling codes, and generating a target material syntax tree of the material node diagram by combining the compiling dependency relationship.
Further, the compiling and integrating unit may be specifically configured to:
taking the target material syntax tree as a compiling intermediate result of the material node graph;
determining input and output information of the screened effective nodes in the material node graph according to the node related information to form an input and output compiler;
and combining a given colorable compiler template to form a material colorable file of the material node graph based on the compilation intermediate result and the input-output compiler.
Further, the compiling module may further include:
the log generation unit is used for extracting compiling operation information when the compiling body in the target material syntax tree is in a compiling operation state, and summarizing the compiling operation information to form a compiling log file;
and the error detection unit is used for performing compiling error detection according to the compiling operation information and displaying the detected compiling error information in a set visual format.
The material manufacturing system provided by the embodiment of the disclosure can execute the generation logic of the material colorable file in the special effect rendering method provided by any embodiment of the disclosure, and has the corresponding functional module and beneficial effect of the execution method.
It should be noted that, the units and modules included in the apparatus are merely divided according to functional logic, but are not limited to the above division as long as the corresponding functions can be implemented; in addition, specific names of the functional units are only used for distinguishing one functional unit from another, and are not used for limiting the protection scope of the embodiments of the present disclosure.
Fig. 7 is a schematic structural diagram of an electronic device according to an embodiment of the disclosure. Referring now to fig. 7, a schematic diagram of an electronic device (e.g., the terminal device or the server in fig. 7) 500 suitable for implementing embodiments of the present disclosure is shown. The terminal device in the embodiments of the present disclosure may include, but is not limited to, a mobile terminal such as a mobile phone, a notebook computer, a digital broadcast receiver, a PDA (personal digital assistant), a PAD (tablet computer), a PMP (portable multimedia player), a vehicle terminal (e.g., a car navigation terminal), and the like, and a stationary terminal such as a digital TV, a desktop computer, and the like. The electronic device shown in fig. 7 is only an example, and should not bring any limitation to the functions and the scope of use of the embodiments of the present disclosure.
As shown in fig. 7, electronic device 500 may include a processing means (e.g., central processing unit, graphics processor, etc.) 501 that may perform various appropriate actions and processes in accordance with a program stored in a Read Only Memory (ROM) 502 or a program loaded from a storage means 508 into a Random Access Memory (RAM) 503. In the RAM503, various programs and data necessary for the operation of the electronic apparatus 500 are also stored. The processing device 501, the ROM502, and the RAM503 are connected to each other through a bus 504. An editing/output (I/O) interface 505 is also connected to bus 504.
Generally, the following devices may be connected to the I/O interface 505: input devices 506 including, for example, a touch screen, touch pad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; output devices 507 including, for example, a Liquid Crystal Display (LCD), speakers, vibrators, and the like; storage devices 508 including, for example, magnetic tape, hard disk, etc.; and a communication device 509. The communication means 509 may allow the electronic device 500 to communicate with other devices wirelessly or by wire to exchange data. While fig. 7 illustrates an electronic device 500 having various means, it is to be understood that not all illustrated means are required to be implemented or provided. More or fewer devices may alternatively be implemented or provided.
In particular, according to an embodiment of the present disclosure, the processes described above with reference to the flowcharts may be implemented as computer software programs. For example, embodiments of the present disclosure include a computer program product comprising a computer program carried on a non-transitory computer readable medium, the computer program containing program code for performing the method illustrated by the flow chart. In such an embodiment, the computer program may be downloaded and installed from a network via the communication means 509, or installed from the storage means 508, or installed from the ROM 502. The computer program, when executed by the processing device 501, performs the above-described functions defined in the methods of the embodiments of the present disclosure.
The names of messages or information exchanged between devices in the embodiments of the present disclosure are for illustrative purposes only, and are not intended to limit the scope of the messages or information.
The electronic device provided by the embodiment of the disclosure and the special effect rendering method provided by the embodiment belong to the same inventive concept, and technical details which are not described in detail in the embodiment can be referred to the embodiment, and the embodiment have the same beneficial effects.
The disclosed embodiments provide a computer storage medium on which a computer program is stored, which when executed by a processor implements the special effect rendering method provided by the above embodiments.
It should be noted that the computer readable medium in the present disclosure can be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In contrast, in the present disclosure, a computer readable signal medium may comprise a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
In some embodiments, the clients, servers may communicate using any currently known or future developed network protocol, such as HTTP (hypertext transfer protocol), and may be interconnected with any form or medium of digital data communication (e.g., a communications network). Examples of communication networks include a local area network ("LAN"), a wide area network ("WAN"), the Internet (e.g., the Internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed network.
The computer readable medium may be embodied in the electronic device; or may be separate and not incorporated into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: receiving a starting operation of a target special effect, wherein the starting operation is the selection trigger of a target special effect icon displayed in a screen interface; determining a special effect material included in the target special effect; calling a material colorable file of the special-effect material, wherein the material colorable file is generated by a material making system after a material node graph formed in a material making stage is subjected to graph compiling processing; rendering the special effect material through the material colorable file, and displaying the rendered target special effect.
Computer program code for carrying out operations for the present disclosure may be written in any combination of one or more programming languages, including but not limited to an object oriented programming language such as Java, smalltalk, C + +, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present disclosure may be implemented by software or hardware. Where the name of a unit does not in some cases constitute a limitation of the unit itself, for example, the first retrieving unit may also be described as a "unit for retrieving at least two internet protocol addresses".
The functions described herein above may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: field Programmable Gate Arrays (FPGAs), application Specific Integrated Circuits (ASICs), application Specific Standard Products (ASSPs), systems on a chip (SOCs), complex Programmable Logic Devices (CPLDs), and the like.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
According to one or more embodiments of the present disclosure, [ example one ] there is provided a special effects rendering method, the method comprising:
receiving a starting operation of a target special effect, wherein the starting operation is selected and triggered for a target special effect icon displayed in a screen interface;
determining a special effect material included in the target special effect;
calling a material colorable file of the special-effect material, wherein the material colorable file is generated by a material making system after a material node graph formed in a material making stage is subjected to graph compiling processing;
rendering the special effect material through the material colorable file, and displaying the rendered target special effect.
According to one or more embodiments of the present disclosure, [ example two ] there is provided a special effect rendering method, the method comprising:
optionally, the method further includes:
operating a material manufacturing system, wherein the material manufacturing system comprises a material manufacturing panel and a graph compiling device;
manufacturing a panel through the material, and manufacturing the material of the material to be manufactured to form a material node diagram;
and performing graph compiling processing on the formed material node graph by the graph compiling device when detecting that the material node graph meets graph compiling conditions, and generating a material colorable file corresponding to the material to be made.
According to one or more embodiments of the present disclosure, [ example three ] there is provided a special effect rendering method, the method comprising:
optionally, through material preparation panel carries out the material preparation to the material of treating the preparation, forms material node diagram, includes:
displaying a material making panel, wherein the material making panel comprises a making starting control and a material making interface presented in the set editing area;
responding to an operation instruction for material manufacturing, wherein the operation instruction is generated after triggering the manufacturing starting control;
executing the construction operation of the material to be manufactured, and obtaining a material node graph formed by the material to be manufactured after construction is finished, wherein the construction operation comprises the following steps: selecting nodes of target material nodes related to the material to be manufactured, connecting the nodes, configuring node parameters and configuring a compiling environment.
According to one or more embodiments of the present disclosure, [ example four ] there is provided a special effects rendering method, the method comprising:
optionally, the executing the construction operation of the material to be manufactured includes:
receiving a node adding operation, wherein the node adding operation is an option for triggering node addition from a menu list included in the material manufacturing interface;
displaying a node menu list, wherein the node menu list comprises node names of at least one created material node;
receiving a node selection operation, wherein the node selection operation is to select a node name of a target material node from the node menu list;
displaying the target material node on the material manufacturing interface, wherein the target material node at least comprises a node connecting port for connecting nodes;
wherein the target material node is presented on the material making interface by a single atomic node; or, the target material node is presented on the material making interface as a combined node, and the combined node comprises at least two atomic nodes and a related node connecting line.
According to one or more embodiments of the present disclosure [ example five ] there is provided a special effects rendering method, the method comprising:
optionally, the executing the construction operation of the material to be manufactured includes:
receiving a node connecting line operation, wherein the node connecting line operation is that a cursor is dragged from a first node connecting port of a first node to a second node connecting port of a second node, and the first node and the second node are selected from all target material nodes displayed in a material manufacturing interface;
a node connection line is presented between the first node connection port and the second node connection port.
According to one or more embodiments of the present disclosure [ example six ] there is provided a special effects rendering method, the method comprising:
optionally, the node configuration operation is received, where the node configuration operation is to select any node to be configured from the displayed target material nodes;
displaying each parameter configuration item corresponding to the node to be configured in a node parameter configuration area;
receiving editing information input in the parameter configuration item, and using the editing information as node parameter configuration information of the node to be configured;
and the node parameter configuration area is presented in a parameter configuration area of the material manufacturing panel.
According to one or more embodiments of the present disclosure, [ example seven ] there is provided a special effects rendering method, the method comprising:
optionally, the method further includes:
detecting the formed material node graph through the graph compiling device;
and if the material node map is a generated new node map, or the material node map is a manufactured map and the map topological structure is changed, determining that the material node map meets the map compiling condition.
According to one or more embodiments of the present disclosure, [ example eight ] there is provided a special effect rendering method, the method comprising:
optionally, the performing graph compiling processing on the formed material node graph to generate a file which can be colored by the material to be made includes:
calling a graph compiling interface to enter a graph compiling mode and acquiring graph attribute information of the material node graph, wherein the graph attribute information comprises compiling environment configuration information and node related information of each target material node;
constructing a compiling environment based on the compiling environment configuration information, and determining that a compiler is matched with the compiling environment to execute;
compiling, by the execution compiler, the material node map based on the node-related information to generate a material colorable file of the material node map, where the compiling includes: the method comprises the steps of compiler construction, variable conversion, syntax tree construction and optimization.
According to one or more embodiments of the present disclosure, [ example nine ] there is provided a special effect rendering method, the method comprising:
optionally, the compiling, by the execution compiler, the texture node map based on the node-related information to generate a texture colorable file of the texture node map includes:
determining a compiler and a compiling dependency relationship of each target material node in the material node graph according to the node related information through the execution compiler;
compiling and generating a target material syntax tree of the material node graph based on the compiling dependency relationship and each compiler;
and taking the target material syntax tree as a compiling intermediate result of the material node graph, and performing integrated compiling by combining determined input and output information to generate a material colorable file of the material to be made.
According to one or more embodiments of the present disclosure, [ example ten ] there is provided a special effects rendering method, the method comprising:
optionally, the determining a compiler and a compiling dependency relationship of each target material node in the material node map according to the node-related information includes:
traversing each target material node, and screening to obtain each effective node;
determining node attributes and node topological relations of the effective nodes according to the node related information of the effective nodes;
determining a matched compiler template for each effective node according to each node attribute, and converting variables related to each effective node into matched compiled variables;
according to each compiler template and the corresponding compilation variable, a compiler of the corresponding effective node is formed;
and according to the topological relation of each node, determining the compiling dependency relation among the compiling bodies corresponding to the effective nodes.
According to one or more embodiments of the present disclosure, [ example eleven ] there is provided a special effects rendering method, the method comprising:
optionally, the compiling and generating the target material syntax tree of the material node graph based on the compiling dependency relationship and each compiler includes:
compiling the compiler of each effective node to generate a corresponding compiled code;
screening each compiling code based on the determined compiling context information to determine effective compiling codes;
and summarizing the effective compiling codes, and generating a target material syntax tree of the material node diagram by combining the compiling dependency relationship.
According to one or more embodiments of the present disclosure, [ example twelve ] there is provided a special effect rendering method, the method comprising:
optionally, the performing integrated compilation on the target material syntax tree as a compilation intermediate result of the material node graph in combination with determined input and output information to generate the material colorable file of the material to be manufactured includes:
taking the target material syntax tree as a compiling intermediate result of the material node graph;
determining input and output information of the screened effective nodes in the material node graph according to the node related information to form an input and output compiler;
and forming a material colorable file of the material node graph by combining a given colorable compiler template based on the compiling intermediate result and the input-output compiler.
According to one or more embodiments of the present disclosure, [ example thirteen ] provides a special effect rendering method, the method including:
optionally, when the compiling body in the target material syntax tree is in a compiling operation state, extracting compiling operation information, and summarizing the compiling operation information to form a compiling log file;
and performing compiling error detection according to the compiling operation information, and displaying the detected compiling error information in a set visual format.
According to one or more embodiments of the present disclosure, [ example fourteen ] there is provided a special effect rendering apparatus comprising:
the receiving module is used for receiving starting operation of the target special effect, and the starting operation is selected and triggered for a target special effect icon displayed in a screen interface;
the determining module is used for determining a special effect material included by the target special effect;
the calling module is used for calling a material colorable file of the special-effect material, wherein the material colorable file is generated after a material making system carries out graph compiling processing on a made material node graph;
and the rendering module is used for rendering the special effect material through the material colorable file and displaying the rendered target special effect.
According to one or more embodiments of the present disclosure, [ example fifteen ] there is provided a material making system for generating a material colorable file of a special effect material in a special effect rendering method provided by an embodiment of the present disclosure, including:
the material manufacturing panel is used for manufacturing the material to be manufactured to form a material node diagram;
and the graph compiling device is used for carrying out graph compiling processing on the formed material node graph when detecting that the material node graph meets graph compiling conditions, and generating a material colorable file corresponding to the material to be made.
The foregoing description is only exemplary of the preferred embodiments of the disclosure and is illustrative of the principles of the technology employed. It will be appreciated by those skilled in the art that the scope of the disclosure herein is not limited to the particular combination of features described above, but also encompasses other embodiments in which any combination of the features described above or their equivalents does not depart from the spirit of the disclosure. For example, the above features and (but not limited to) the features disclosed in this disclosure having similar functions are replaced with each other to form the technical solution.
Further, while operations are depicted in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order. Under certain circumstances, multitasking and parallel processing may be advantageous. Likewise, while several specific implementation details are included in the above discussion, these should not be construed as limitations on the scope of the disclosure. Certain features that are described in the context of separate embodiments can also be implemented in combination in a single embodiment. Conversely, various features that are described in the context of a single embodiment can also be implemented in multiple embodiments separately or in any suitable subcombination.
Although the subject matter has been described in language specific to structural features and/or methodological acts, it is to be understood that the subject matter defined in the appended claims is not necessarily limited to the specific features or acts described above. Rather, the specific features and acts described above are disclosed as example forms of implementing the claims.

Claims (17)

1. A special effects rendering method, comprising:
receiving a starting operation of a target special effect, wherein the starting operation is selected and triggered for a target special effect icon displayed in a screen interface;
determining a special effect material included in the target special effect;
calling a material colorable file of the special-effect material, wherein the material colorable file is generated by a material making system after a material node graph formed in a material making stage is subjected to graph compiling processing;
and rendering the special effect material through the material colorable file, and displaying the rendered target special effect.
2. The method of claim 1, further comprising:
operating a material manufacturing system, wherein the material manufacturing system comprises a material manufacturing panel and a graph compiling device;
manufacturing a panel through the material, and manufacturing the material of the material to be manufactured to form a material node diagram;
and performing graph compiling processing on the formed material node graph by the graph compiling device when detecting that the material node graph meets graph compiling conditions, and generating a material colorable file relative to the material to be made.
3. The method of claim 2, wherein the fabricating the panel from the material, performing material fabrication on the material to be fabricated, and forming a material node map comprises:
displaying a material making panel, wherein the material making panel comprises a making starting control and a material making interface presented in the set editing area;
responding to an operation instruction for material manufacturing, wherein the operation instruction is generated after triggering the manufacturing starting control;
executing the construction operation of the material to be manufactured, and obtaining a material node graph formed by the material to be manufactured after construction is finished, wherein the construction operation comprises the following steps: node selection, node connection, node parameter configuration and compiling environment configuration of target material nodes related to the material to be manufactured.
4. The method of claim 3, wherein performing a build operation of a material to be fabricated comprises:
receiving a node adding operation, wherein the node adding operation is an option for triggering node addition from a menu list included in the material manufacturing interface;
displaying a node menu list, wherein the node menu list comprises node names of at least one created material node;
receiving a node selection operation, wherein the node selection operation is to select a node name of a target material node from the node menu list;
displaying the target material node on the material manufacturing interface, wherein the target material node at least comprises a node connecting port for connecting nodes;
wherein the target material node is presented on the material making interface by a single atomic node; or, the target material node is presented on the material making interface as a combined node, and the combined node comprises at least two atomic nodes and a related node connecting line.
5. The method of claim 3, wherein the performing a build operation of the material to be fabricated comprises:
receiving a node connecting operation, wherein the node connecting operation is that a cursor is dragged to a second node connecting port of a second node from a first node connecting port of a first node, and the first node and the second node are selected from all target material nodes displayed in a material manufacturing interface;
a node connection line is presented between the first node connection port and the second node connection port.
6. The method of claim 3, wherein the performing a build operation of the material to be fabricated comprises:
receiving a node configuration operation, wherein the node configuration operation is to select any node to be configured from all displayed target material nodes;
displaying each parameter configuration item corresponding to the node to be configured in a node parameter configuration area;
receiving editing information input in the parameter configuration item, and using the editing information as node parameter configuration information of the node to be configured;
and the node parameter configuration area is presented in a parameter configuration area of the material manufacturing panel.
7. The method of claim 2, further comprising:
detecting the formed material node graph through the graph compiling device;
and if the material node map is a generated new node map, or the material node map is a manufactured map and the map topological structure is changed, determining that the material node map meets the map compiling condition.
8. The method according to claim 2, wherein the performing graph compilation processing on the formed material node map to generate a material colorable file corresponding to the material to be produced comprises:
calling a graph compiling interface to enter a graph compiling mode and acquiring graph attribute information of the material node graph, wherein the graph attribute information comprises compiling environment configuration information and node related information of each target material node;
constructing a compiling environment based on the compiling environment configuration information, and determining that a compiler is matched with the compiling environment to execute;
compiling, by the execution compiler, the material node map based on the node-related information to generate a material colorable file of the material node map, where the compiling includes: the method comprises the steps of compiler construction, variable conversion, syntax tree construction and optimization.
9. The method of claim 8, wherein compiling, by the execution compiler, the material node graph based on the node-related information to generate a material colorable file for the material node graph comprises:
determining a compiler and a compiling dependency relationship of each target material node in the material node graph according to the node related information through the execution compiler;
compiling and generating a target material syntax tree of the material node graph based on the compiling dependency relationship and each compiler;
and taking the target material syntax tree as a compiling intermediate result of the material node graph, and performing integrated compiling by combining determined input and output information to generate a material colorable file of the material to be made.
10. The method of claim 9, wherein determining the compiler and the compilation dependency of each target material node in the material node graph according to the node-related information comprises:
traversing each target material node, and screening to obtain each effective node;
determining node attributes and node topological relations of the effective nodes according to the node related information of the effective nodes;
determining a matched compiler template for each effective node according to each node attribute, and converting variables related to each effective node into matched compiled variables;
according to each compiler template and the corresponding compilation variable, a compiler of the corresponding effective node is formed;
and according to the topological relation of each node, determining the compiling dependency relation among the compiling bodies corresponding to the effective nodes.
11. The method of claim 9, wherein compiling and generating the target material syntax tree for the material node graph based on the compilation dependencies and each of the compilers comprises:
compiling the compiler of each effective node to generate a corresponding compiled code;
screening each compiling code based on the determined compiling context information to determine effective compiling codes;
and summarizing the effective compiling codes, and generating a target material syntax tree of the material node diagram by combining the compiling dependency relationship.
12. The method of claim 9, wherein the generating the material colorable file of the material to be created by performing the compilation with the target material syntax tree as the compilation intermediate result of the material node map and in combination with the determined input and output information comprises:
taking the target material syntax tree as a compiling intermediate result of the material node graph;
determining input and output information of the screened effective nodes in the material node graph according to the node related information to form an input and output compiler;
and forming a material colorable file of the material node graph by combining a given colorable compiler template based on the compiling intermediate result and the input-output compiler.
13. The method of claim 9, further comprising:
when the compiling body in the target material syntax tree is in a compiling running state, extracting compiling running information, and summarizing the compiling running information to form a compiling log file;
and performing compiling error detection according to the compiling operation information, and displaying the detected compiling error information in a set visual format.
14. A special effect rendering apparatus, comprising:
the receiving module is used for receiving starting operation of the target special effect, and the starting operation is selected and triggered for a target special effect icon displayed in a screen interface;
the determining module is used for determining a special effect material included by the target special effect;
the calling module is used for calling a material colorable file of the special-effect material, wherein the material colorable file is generated after a material making system carries out graph compiling processing on a made material node graph;
and the rendering module is used for rendering the special effect material through the material colorable file and displaying the rendered target special effect.
15. A material production system for generating a material colorable file of a special effect material in the special effect rendering method of any one of claims 1 to 12, comprising:
the material manufacturing panel is used for manufacturing materials of materials to be manufactured to form a material node graph;
and the graph compiling device is used for carrying out graph compiling processing on the formed material node graph when detecting that the material node graph meets graph compiling conditions, and generating a material colorable file corresponding to the material to be made.
16. An electronic device, characterized in that the electronic device comprises:
one or more processors;
a storage device for storing one or more programs,
when executed by the one or more processors, cause the one or more processors to implement the method of any one of claims 1-13.
17. A computer-readable storage medium, on which a computer program is stored which, when being executed by a processor, carries out the method according to any one of claims 1-13.
CN202211659429.2A 2022-12-22 2022-12-22 Special effect rendering method and device, material manufacturing system, equipment and storage medium Pending CN115858078A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211659429.2A CN115858078A (en) 2022-12-22 2022-12-22 Special effect rendering method and device, material manufacturing system, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211659429.2A CN115858078A (en) 2022-12-22 2022-12-22 Special effect rendering method and device, material manufacturing system, equipment and storage medium

Publications (1)

Publication Number Publication Date
CN115858078A true CN115858078A (en) 2023-03-28

Family

ID=85654041

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211659429.2A Pending CN115858078A (en) 2022-12-22 2022-12-22 Special effect rendering method and device, material manufacturing system, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN115858078A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116684704A (en) * 2023-07-21 2023-09-01 北京美摄网络科技有限公司 Video processing method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN116684704A (en) * 2023-07-21 2023-09-01 北京美摄网络科技有限公司 Video processing method and device
CN116684704B (en) * 2023-07-21 2023-11-03 北京美摄网络科技有限公司 Video processing method and device

Similar Documents

Publication Publication Date Title
CN109634598A (en) A kind of page display method, device, equipment and storage medium
WO2023093414A1 (en) Micro-application development method and apparatus, and device, storage medium and program product
CN111291103A (en) Interface data analysis method and device, electronic equipment and storage medium
US20230334723A1 (en) Post-processing special effect production system and method, and ar special effect rendering method and apparatus
CN111857720B (en) User interface state information generation method and device, electronic equipment and medium
CN111324342A (en) Method, device, medium and electronic equipment for generating interface layer code
CN110413367B (en) Task creation method and device, storage medium and electronic equipment
CN115858078A (en) Special effect rendering method and device, material manufacturing system, equipment and storage medium
CN112860247A (en) Custom generation method, device, equipment and medium for model component
CN114721656A (en) Interface structure extraction method, device, medium and electronic equipment
CN110851211A (en) Method, apparatus, electronic device, and medium for displaying application information
CN114356962A (en) Data query method and device, electronic equipment and storage medium
CN114997117A (en) Document editing method, device, terminal and non-transitory storage medium
CN110704050B (en) Module initializing method and device, electronic equipment and computer readable storage medium
CN113220281A (en) Information generation method and device, terminal equipment and storage medium
CN111124541A (en) Configuration file generation method, device, equipment and medium
CN115525371A (en) Image semantic alignment method and device, electronic equipment and storage medium
CN116775174A (en) Processing method, device, equipment and medium based on user interface frame
CN115526953A (en) Method and device for generating view, electronic equipment and storage medium
CN115167822A (en) Branch code merging method, device, equipment and storage medium
CN113052942A (en) Chart generation method and device, storage medium and electronic equipment
CN114995690A (en) Document creation method, device, equipment and storage medium
CN110704537A (en) Intelligent contract generation method, device, equipment and storage medium
CN116991380B (en) Application program construction method and device, electronic equipment and storage medium
CN111382389B (en) Multi-theme page generation method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination